home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / commands / sync.c < prev    next >
C/C++ Source or Header  |  1990-07-19  |  144b  |  8 lines

  1. /* sync - flush the file system buffers.  Author: Andy Tanenbaum */
  2.  
  3. main()
  4. {
  5. /* First prize in shortest useful program contest. */
  6.   sync();
  7. }
  8.